home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / cpp / RCS / local.mk,v < prev   
Encoding:
Text File  |  1992-06-29  |  1001 b   |  63 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     92.06.29.16.00.23;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     92.06.29.15.49.10;  author kupfer;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Name the DECstation version cpp.gnu.
  27. @
  28. text
  29. @#
  30. # This file is included by Makefile.  Makefile is generated automatically
  31. # by mkmf, and this file provides additional local personalization.  The
  32. # variable SYSMAKEFILE is provdied by Makefile.
  33. #
  34.  
  35. #if !empty(TM:Mds3100)
  36. NAME        = cpp.gnu
  37. #endif
  38.  
  39. #
  40. # Don't automatically back up Gcc stuff:  want to make sure the
  41. # backup version is VERY reliable and don't want two quick buggy
  42. # changes to result in unusable backup.
  43. #
  44. NOBACKUP    = true
  45.  
  46. #include    <$(SYSMAKEFILE)>
  47.  
  48. #
  49. # Use headers from the main gcc area, including both stuff from
  50. # the distribution and stuff that's been modified specially for Sprite.
  51. #
  52. .PATH.h        : ../gcc/sprite ../gcc/dist
  53. @
  54.  
  55.  
  56. 1.1
  57. log
  58. @Initial revision
  59. @
  60. text
  61. @d7 4
  62. @
  63.